Bounds

v0.1.17

  • Pages
  • Modules
  • Exceptions

    Bounds v0.1.17 Bounds.Set View Source

    Link to this section Summary

    Functions

    clip(mask, ival, opts \\ [])
    complement(coerceable)
    covers?(coerceable_a, ival)
    difference(a, coerceable_b)
    disjoint?(a, ival)
    from_bounds(ival)
    from_map(map, opts \\ [])
    intersection(a, b)
    new()
    new(coerceable)
    set(bset, ival)
    union(a, b)
    unset(bset, sub_ival)

    Link to this section Functions

    Link to this function

    clip(mask, ival, opts \\ []) View Source

    Link to this function

    complement(coerceable) View Source

    Link to this function

    covers?(coerceable_a, ival) View Source

    Link to this function

    difference(a, coerceable_b) View Source

    Link to this function

    disjoint?(a, ival) View Source

    Link to this function

    from_bounds(ival) View Source

    Link to this function

    from_map(map, opts \\ []) View Source

    Link to this function

    intersection(a, b) View Source

    Link to this function

    new() View Source

    Link to this function

    new(coerceable) View Source

    Link to this function

    set(bset, ival) View Source

    Link to this function

    union(a, b) View Source

    Link to this function

    unset(bset, sub_ival) View Source

    Built using ExDoc (v0.20.2), designed by Friedel Ziegelmayer.