Arrays of an interface

Adam D. Ruppe destructionator at gmail.com
Tue Dec 31 06:54:30 PST 2013


On Tuesday, 31 December 2013 at 14:43:25 UTC, Abdulhaq wrote:
> Well, interfaces don't have sizes, do they?

They have fixed size, interfaces are always implemented as 
pointers.

Could be a forward reference problem, make sure you import the 
module with the interface above any use of it, and do a full 
import instead of a selective one and see what happens.


More information about the Digitalmars-d-learn mailing list