Contents

init(range:)

Creates a new value object containing the specified Foundation range structure.

Declaration

init(range: NSRange)

Parameters

  • range:

    The value for the new object.

Return Value

A new value object that contains the range information.

See Also

Working with Range Values