Contents

init(baseValue:)

Creates a new instance that wraps the specified base value.

Declaration

init(baseValue: Self.BaseValue) throws

Parameters

  • baseValue:

    The underlying value to wrap.

Discussion