Hacker News new | ask | show | jobs
by throwaway17_17 1987 days ago
Can you explain what you mean when use the term interfaces? I’m just curious as to what your describing. Also, do you mean use a function property on a struct in Zig specifically to capture the operation of such an interface?
1 comments

I assume interfaces refers to runtime polymorphism.