Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in record

Delphi: Record constructor vs factory function

delphi constructor record

Delphi: Offset of record field

delphi record offset

Do I need to finalize array of records in Delphi?

Haskell -- any way to qualify or disambiguate record names?

haskell record

Record type pattern matching in Ocaml

Can I use C# 9 records as IOptions?

c# record c#-9.0

Efficient data structure for a leaderboard, i.e., a list of records (name, points) - Efficient Search(name), Search(rank) and Update(points)

How to do argument validation of F# records

constructor f# record

Record-type recursive member functions and the "rec" keyword

f# recursion record

Simultaneous AVCaptureVideoDataOutput and AVCaptureMovieFileOutput

How to simulate bit-fields in Delphi records?

delphi record bit-fields

Is it possible to enforce that a Record respects some invariants?

f# record refinement-type

Why should we use classes rather than records, or vice versa?

delphi class record

How to record screen and save as gif animation? [closed]

What is this haskell syntax?

haskell syntax record

Custom Equality check for C# 9 records

c# record equality c#-9.0

"Modern" HList?

haskell record

Playing back sound coming from microphone in real-time

Why can't I use record selectors with an existentially quantified type?

Why most Delphi examples use FillChar() to initialize records?