[][src]Function moore_svlog::ty::identical

pub fn identical(a: Type, b: Type) -> bool

Check if two types are identical.

This is not the same as a check for equality, since the types may contain names and spans in the source code which are different, yet still refer to the same type.