Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
language:interface [2025/10/06 11:09] – [Parameter types] rajitlanguage:interface [2025/10/06 11:10] (current) – [Interfaces with functions and macros] rajit
Line 97: Line 97:
 { {
   methods {   methods {
-      function idx() : int<N>;+     function idx() : int<N>;
      macro update(int<N> v);      macro update(int<N> v);
   }   }