PropertyPathAccessor.separator

Get propertyAccessor

  1. ElementType!KeyType separator [@property setter]
  2. inout(ElementType!KeyType) separator [@property getter]
    class PropertyPathAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
    @property @safe nothrow pure inout
    inout(ElementType!KeyType)
    separator
    ()
    if (
    isImplicitlyConvertible!(FieldType, ComponentType) &&
    isInputRange!KeyType
    )

Return Value

Type: inout(ElementType!KeyType)

ElementType!KeyType

Meta