@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/bit-manipulation>
  a schema:TechArticle ;
  schema:headline "Bit Manipulation" ;
  schema:url <https://anchorfact.org/computer-science/bit-manipulation/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.695" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/bit-manipulation>
  schema:citation <https://learn.microsoft.com/en-us/cpp/c-language/c-bitwise-operators> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/bit-manipulation>
  schema:citation <https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/bitwise-and-shift-operators> ;
  af:sourceTier "B" .