IDBIndexParameters.locale

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void locale(Optional!(T0) locale)
    struct IDBIndexParameters
    nothrow
    void
    locale
    (
    T0
    )
    (
    scope auto ref Optional!(T0) locale
    )
    if (
    isTOrPointer!(T0, string)
    )
  2. Optional!(string) locale()

Meta