localeconv method

Lconv localeconv()

Returns numeric formatting information for the current locale.

Implementation

Lconv localeconv() {
  return const Lconv();
}