Array

extension Array where Element == UInt8
extension Array where Element: AnyObject

Available where Element == UInt8

  • Data struct of this Array

    Declaration

    Swift

    public var data: Data { get }

Available where Element: AnyObject

  • Create a WeakArray with elements from Self

    Declaration

    Swift

    public var weakArray: WeakArray<Element> { get }

    Return Value

    WeakArray with references to all Elements in Self