PropertyPathAccessor.separator

Set propertyAccessor

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

Return Value

Type: typeof(this)

typeof(this)

Meta