(computing, programming) A data structure, especially one that serves to group a number of fields (in contrast to an object-oriented class with methods) or one that is passed by value rather than by reference..
예문
Note that because structs are value types, the new operator does not work in the same way as it does for classes and other reference types.
Like most object-oriented languages, including Objective-C, Swift supports two basic object-oriented data structures: classes and structs.
현재 검증된 한국어 뜻은 준비 중이며 영어 정의는 “(computing, programming) A data structure, especially one that serves to group a number of fields (in contrast to an object-oriented class with methods) or one that is passed by value rather than by reference.”입니다.
struct의 동의어는 무엇인가요?
주요 동의어는 structure, record입니다.
struct의 반의어는 무엇인가요?
정확한 반대말은 사용된 의미에 따라 달라집니다.
struct를 문장에서 어떻게 쓰나요?
Note that because structs are value types, the new operator does not work in the same way as it does for classes and other reference types.