Alias
Module, interface and package with generic arguments becomes too long sometimes.
alias can name a short name for such items.
package PkgA::<X: u32, Y: u32, Z: u32> {}
alias package PkgA123 = PkgA::<1, 2, 3>;
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Module, interface and package with generic arguments becomes too long sometimes.
alias can name a short name for such items.
package PkgA::<X: u32, Y: u32, Z: u32> {}
alias package PkgA123 = PkgA::<1, 2, 3>;