isSame

Returns true if a and b are the same thing, or false if not. Both a and b can be types, literals, or symbols.

  • If both are types: is(a == b)
  • If both are literals: a == b
  • Else: __traits(isSame, a, b)
  • Members

    Manifest constants

    isSame
    enum isSame;
    Undocumented in source.
    isSame
    enum isSame;
    Undocumented in source.
    isSame
    enum isSame;
    Undocumented in source.
    isSame
    enum isSame;
    Undocumented in source.

    Meta