github.com/tawesoft/golib/v2@v2.10.0/legacy/operator/doc.go (about)

     1  // Package operator implements logical, arithmetic, bitwise and comparison
     2  // operators as functions (like the Python operator module). Includes unary,
     3  // binary, and n-ary functions with overflow checked variants.
     4  //
     5  // This is the frozen version of the package previously at
     6  // `tawesoft.co.uk/go/operator`. See [migration instructions].
     7  //
     8  // The package in this directory is released to the public domain
     9  // (5 July 2022) or, alternatively, is available under the LICENSE.txt at the
    10  // root of the golib project.
    11  //
    12  // [migration instructions]: https://github.com/tawesoft/golib/blob/v2/MIGRATIONS.md#package-tawesoftcoukgooperator
    13  package operator