view dmd/backend/vec_t.d @ 174:af724d3510d7

lot os toCBuffer methods implemented moved shared Type.* stuff into Global
author korDen
date Sun, 10 Oct 2010 03:47:23 +0400
parents 10317f0c89a5
children
line wrap: on
line source

module dmd.backend.vec_t;

alias uint vec_base_t;			/* base type of vector	*/
alias vec_base_t* vec_t;