BufferType
public struct BufferType : TypeProtocol
extension BufferType: CustomStringConvertible
The type of a buffer.
-
The type of the buffer’s elements.
Declaration
Swift
public let element: AnyType -
The number of elements in the buffer.
Declaration
Swift
public let count: AnyTerm -
The structural properties of the type.
Declaration
Swift
public let flags: ValueFlags -
Creates an instance with the given properties.
-
Declaration
Swift
public func transformParts<M>( mutating m: inout M, _ transformer: (inout M, AnyType) -> TypeTransformAction ) -> Self -
Declaration
Swift
public var description: String { get }
View on GitHub