FormatSpec.separatorCharPos

Set to DYNAMIC when the separator character is supplied at runtime.

More...
  1. int separatorCharPos()
  2. void separatorCharPos(int value)
    struct FormatSpec(Char)
    deprecated
    void
    separatorCharPos
    (
    int value
    )
    if (
    is(Unqual!Char == Char)
    )

Detailed Description

Default

UNSPECIFIED.

Warning: separatorCharPos is deprecated. It will be removed in 2.107.0. Please use dynamicSeparatorChar instead.

Meta