package toml

  1. Overview
  2. Docs

Module Toml.CompareSource

Given two Toml values, return -1, 0 or 1 depending on whether the first is smaller, equal or greater than the second

  • since 2.0.0

Given two Toml arrays, return -1, 0 or 1 depending on whether the first is smaller, equal or greater than the second

  • since 2.0.0

Given two Toml tables, return -1, 0 or 1 depending on whether the first is smaller, equal or greater than the second

  • since 2.0.0