Contents

uniform(_:)

Returns the stored uniform value for the given type, or nil if none has been set.

Declaration

func uniform<V>(_ type: V.Type) -> V? where V : BitwiseCopyable

Parameters

  • type:

    The BitwiseCopyable type to retrieve.

Return Value

The stored value, or nil.